type runtime.listHead
8 uses
runtime (current package)
list.go#L16: type listHead struct {
list.go#L25: func (head *listHead) init(off uintptr) {
list.go#L50: func (head *listHead) getNode(p unsafe.Pointer) *listNode {
list.go#L62: func (head *listHead) empty() bool {
list.go#L67: func (head *listHead) head() unsafe.Pointer {
list.go#L72: func (head *listHead) push(p unsafe.Pointer) {
list.go#L89: func (head *listHead) pop() unsafe.Pointer {
list.go#L114: func (head *listHead) remove(p unsafe.Pointer) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |